﻿2026-06-21T03:56:36.2431439Z ##[group]Run set -euo pipefail
2026-06-21T03:56:36.2431827Z [36;1mset -euo pipefail[0m
2026-06-21T03:56:36.2432089Z [36;1mPIN=0c95435[0m
2026-06-21T03:56:36.2432342Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-21T03:56:36.2432634Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-21T03:56:36.2433028Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-21T03:56:36.2433493Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-21T03:56:36.2433973Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-21T03:56:36.2434377Z [36;1m  rm -rf "$CACHE"[0m
2026-06-21T03:56:36.2434663Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-21T03:56:36.2434978Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-21T03:56:36.2435341Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-21T03:56:36.2435714Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-21T03:56:36.2436009Z [36;1mfi[0m
2026-06-21T03:56:36.2436328Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T03:56:36.2451025Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T03:56:36.2451373Z env:
2026-06-21T03:56:36.2451615Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-21T03:56:36.2451888Z ##[endgroup]
2026-06-21T03:56:36.8767899Z    Compiling proc-macro2 v1.0.106
2026-06-21T03:56:36.8768630Z    Compiling quote v1.0.45
2026-06-21T03:56:36.8769111Z    Compiling unicode-ident v1.0.24
2026-06-21T03:56:36.8770065Z    Compiling libc v0.2.186
2026-06-21T03:56:36.8770440Z    Compiling serde_core v1.0.228
2026-06-21T03:56:36.8770807Z    Compiling cfg-if v1.0.4
2026-06-21T03:56:36.8771166Z    Compiling serde v1.0.228
2026-06-21T03:56:36.8771547Z    Compiling log v0.4.32
2026-06-21T03:56:36.8771985Z    Compiling pin-project-lite v0.2.17
2026-06-21T03:56:36.8820709Z    Compiling typenum v1.20.1
2026-06-21T03:56:36.8832444Z    Compiling portable-atomic v1.13.1
2026-06-21T03:56:36.8907228Z    Compiling version_check v0.9.5
2026-06-21T03:56:36.9021863Z    Compiling memchr v2.8.1
2026-06-21T03:56:36.9051944Z    Compiling critical-section v1.2.0
2026-06-21T03:56:36.9052985Z    Compiling shlex v2.0.1
2026-06-21T03:56:36.9921081Z    Compiling find-msvc-tools v0.1.9
2026-06-21T03:56:36.9976185Z    Compiling bytes v1.11.1
2026-06-21T03:56:37.0170901Z    Compiling subtle v2.6.1
2026-06-21T03:56:37.0381780Z    Compiling futures-core v0.3.32
2026-06-21T03:56:37.1058850Z    Compiling smallvec v1.15.1
2026-06-21T03:56:37.1632287Z    Compiling equivalent v1.0.2
2026-06-21T03:56:37.2078723Z    Compiling itoa v1.0.18
2026-06-21T03:56:37.2372570Z    Compiling semver v1.0.28
2026-06-21T03:56:37.2542396Z    Compiling stable_deref_trait v1.2.1
2026-06-21T03:56:37.2812555Z    Compiling slab v0.4.12
2026-06-21T03:56:37.3097034Z    Compiling generic-array v0.14.7
2026-06-21T03:56:37.3144276Z    Compiling futures-io v0.3.32
2026-06-21T03:56:37.3243759Z    Compiling futures-sink v0.3.32
2026-06-21T03:56:37.3326099Z    Compiling futures-task v0.3.32
2026-06-21T03:56:37.3811669Z    Compiling rustversion v1.0.22
2026-06-21T03:56:37.4472295Z    Compiling futures-channel v0.3.32
2026-06-21T03:56:37.4614398Z    Compiling hashbrown v0.17.1
2026-06-21T03:56:37.4760349Z    Compiling bitflags v2.12.1
2026-06-21T03:56:37.4984827Z    Compiling cpufeatures v0.2.17
2026-06-21T03:56:37.5020826Z    Compiling fnv v1.0.7
2026-06-21T03:56:37.5360609Z    Compiling rustc_version v0.4.1
2026-06-21T03:56:37.5670889Z    Compiling rand_core v0.10.1
2026-06-21T03:56:37.5740703Z    Compiling cfg_aliases v0.2.1
2026-06-21T03:56:37.6190578Z    Compiling strsim v0.11.1
2026-06-21T03:56:37.6350431Z    Compiling litemap v0.8.2
2026-06-21T03:56:37.6660877Z    Compiling writeable v0.6.3
2026-06-21T03:56:37.7310863Z    Compiling dunce v1.0.5
2026-06-21T03:56:37.7509820Z    Compiling utf8_iter v1.0.4
2026-06-21T03:56:37.7720851Z    Compiling ident_case v1.0.1
2026-06-21T03:56:37.8131355Z    Compiling getrandom v0.4.2
2026-06-21T03:56:37.8590731Z    Compiling icu_properties_data v2.2.0
2026-06-21T03:56:37.8764983Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T03:56:37.8932099Z    Compiling fs_extra v1.3.0
2026-06-21T03:56:37.9054729Z    Compiling percent-encoding v2.3.2
2026-06-21T03:56:37.9111527Z    Compiling autocfg v1.5.1
2026-06-21T03:56:37.9955254Z    Compiling http v1.4.1
2026-06-21T03:56:38.1081080Z    Compiling thiserror v2.0.18
2026-06-21T03:56:38.1492010Z    Compiling aws-lc-rs v1.17.0
2026-06-21T03:56:38.1850378Z    Compiling cpufeatures v0.3.0
2026-06-21T03:56:38.2028667Z    Compiling unicode-segmentation v1.13.3
2026-06-21T03:56:38.2501314Z    Compiling indexmap v2.14.0
2026-06-21T03:56:38.2833529Z    Compiling syn v2.0.117
2026-06-21T03:56:38.2990897Z    Compiling scopeguard v1.2.0
2026-06-21T03:56:38.3181074Z    Compiling chacha20 v0.10.0
2026-06-21T03:56:38.3460631Z    Compiling form_urlencoded v1.2.2
2026-06-21T03:56:38.3514789Z    Compiling untrusted v0.9.0
2026-06-21T03:56:38.4541091Z    Compiling lock_api v0.4.14
2026-06-21T03:56:38.4580417Z    Compiling heck v0.5.0
2026-06-21T03:56:38.4680434Z    Compiling rustls v0.23.40
2026-06-21T03:56:38.4780835Z    Compiling atomic-waker v1.1.2
2026-06-21T03:56:38.4781680Z    Compiling unicode-xid v0.2.6
2026-06-21T03:56:38.5891697Z    Compiling const-oid v0.10.2
2026-06-21T03:56:38.6130990Z    Compiling anyhow v1.0.102
2026-06-21T03:56:38.6192805Z    Compiling parking_lot_core v0.9.12
2026-06-21T03:56:38.6352094Z    Compiling paste v1.0.15
2026-06-21T03:56:38.6353728Z    Compiling zerocopy v0.8.50
2026-06-21T03:56:38.7071005Z    Compiling httparse v1.10.1
2026-06-21T03:56:38.7600571Z    Compiling convert_case v0.10.0
2026-06-21T03:56:38.8249291Z    Compiling num-traits v0.2.19
2026-06-21T03:56:38.8340883Z    Compiling hybrid-array v0.4.12
2026-06-21T03:56:38.8700924Z    Compiling jobserver v0.1.34
2026-06-21T03:56:38.8880843Z    Compiling curve25519-dalek v4.1.3
2026-06-21T03:56:38.9230657Z    Compiling ahash v0.8.12
2026-06-21T03:56:39.0289359Z    Compiling powerfmt v0.2.0
2026-06-21T03:56:39.0490932Z    Compiling fastrand v2.4.1
2026-06-21T03:56:39.1170548Z    Compiling http-body v1.0.1
2026-06-21T03:56:39.1270446Z    Compiling base64ct v1.8.3
2026-06-21T03:56:39.1310881Z    Compiling either v1.16.0
2026-06-21T03:56:39.2211117Z    Compiling cc v1.2.63
2026-06-21T03:56:39.2807972Z    Compiling crypto-common v0.1.7
2026-06-21T03:56:39.2950568Z    Compiling block-buffer v0.10.4
2026-06-21T03:56:39.3256182Z    Compiling deranged v0.5.8
2026-06-21T03:56:39.4011610Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T03:56:39.4220856Z    Compiling digest v0.10.7
2026-06-21T03:56:39.4579882Z    Compiling data-encoding v2.11.0
2026-06-21T03:56:39.4953698Z    Compiling mio v1.2.1
2026-06-21T03:56:39.5407154Z    Compiling socket2 v0.6.4
2026-06-21T03:56:39.5715852Z    Compiling getrandom v0.2.17
2026-06-21T03:56:39.6229583Z    Compiling try-lock v0.2.5
2026-06-21T03:56:39.6540469Z    Compiling base64 v0.22.1
2026-06-21T03:56:39.7000849Z    Compiling time-core v0.1.8
2026-06-21T03:56:39.7550382Z    Compiling tower-service v0.3.3
2026-06-21T03:56:39.8500500Z    Compiling rand v0.10.1
2026-06-21T03:56:39.8600980Z    Compiling rand_core v0.6.4
2026-06-21T03:56:39.8764337Z    Compiling zmij v1.0.21
2026-06-21T03:56:39.9189385Z    Compiling tinyvec_macros v0.1.1
2026-06-21T03:56:39.9907633Z    Compiling vcpkg v0.2.15
2026-06-21T03:56:39.9920359Z    Compiling num-conv v0.2.2
2026-06-21T03:56:40.0080578Z    Compiling pkg-config v0.3.33
2026-06-21T03:56:40.0278750Z    Compiling tinyvec v1.11.0
2026-06-21T03:56:40.0690261Z    Compiling parking_lot v0.12.5
2026-06-21T03:56:40.1591259Z    Compiling want v0.3.1
2026-06-21T03:56:40.1810431Z    Compiling sha2 v0.10.9
2026-06-21T03:56:40.2570686Z    Compiling block-buffer v0.12.0
2026-06-21T03:56:40.3880228Z    Compiling crypto-common v0.2.2
2026-06-21T03:56:40.4300518Z    Compiling cmake v0.1.58
2026-06-21T03:56:40.4643356Z    Compiling inout v0.1.4
2026-06-21T03:56:40.5832751Z    Compiling vergen-lib v9.1.0
2026-06-21T03:56:40.6250665Z    Compiling n0-future v0.3.2
2026-06-21T03:56:40.7118512Z    Compiling parking v2.2.1
2026-06-21T03:56:40.7378853Z    Compiling signature v2.2.0
2026-06-21T03:56:40.7678787Z    Compiling serde_json v1.0.150
2026-06-21T03:56:40.7920960Z    Compiling spin v0.10.0
2026-06-21T03:56:40.8204595Z    Compiling winnow v1.0.3
2026-06-21T03:56:40.8321644Z    Compiling crossbeam-utils v0.8.21
2026-06-21T03:56:40.8462046Z    Compiling cordyceps v0.3.4
2026-06-21T03:56:40.8671659Z    Compiling httpdate v1.0.3
2026-06-21T03:56:40.8846403Z    Compiling diatomic-waker v0.2.3
2026-06-21T03:56:40.9272996Z    Compiling ed25519 v2.2.3
2026-06-21T03:56:40.9551072Z    Compiling futures-lite v2.6.1
2026-06-21T03:56:40.9689717Z    Compiling cipher v0.4.4
2026-06-21T03:56:40.9959787Z    Compiling netlink-packet-core v0.8.1
2026-06-21T03:56:41.0522275Z    Compiling universal-hash v0.5.1
2026-06-21T03:56:41.0682100Z    Compiling vergen v9.1.0
2026-06-21T03:56:41.1268097Z    Compiling vergen-lib v0.1.6
2026-06-21T03:56:41.1830484Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T03:56:41.1993149Z    Compiling heapless v0.7.17
2026-06-21T03:56:41.2050896Z    Compiling noq-udp v0.10.0
2026-06-21T03:56:41.2499452Z    Compiling futures-buffered v0.2.13
2026-06-21T03:56:41.2607684Z    Compiling sync_wrapper v1.0.2
2026-06-21T03:56:41.2639918Z    Compiling digest v0.11.3
2026-06-21T03:56:41.2770737Z    Compiling byteorder v1.5.0
2026-06-21T03:56:41.2834345Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T03:56:41.2926134Z    Compiling aws-lc-sys v0.41.0
2026-06-21T03:56:41.3570642Z    Compiling ring v0.17.14
2026-06-21T03:56:41.4091274Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T03:56:41.4177370Z    Compiling opaque-debug v0.3.1
2026-06-21T03:56:41.4397923Z    Compiling allocator-api2 v0.2.21
2026-06-21T03:56:41.4670576Z    Compiling polyval v0.6.2
2026-06-21T03:56:41.4780481Z    Compiling hash32 v0.2.1
2026-06-21T03:56:41.5940699Z    Compiling spin v0.9.8
2026-06-21T03:56:41.6447796Z    Compiling vergen-gitcl v1.0.8
2026-06-21T03:56:41.6931095Z    Compiling ryu v1.0.23
2026-06-21T03:56:41.7110471Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T03:56:41.7750639Z    Compiling tower-layer v0.3.3
2026-06-21T03:56:41.8090599Z    Compiling fallible-iterator v0.3.0
2026-06-21T03:56:41.8629988Z    Compiling signature v3.0.0
2026-06-21T03:56:41.8893912Z    Compiling num_threads v0.1.7
2026-06-21T03:56:41.9384051Z    Compiling ghash v0.5.1
2026-06-21T03:56:41.9440776Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T03:56:41.9460659Z    Compiling ctr v0.9.2
2026-06-21T03:56:42.0000997Z    Compiling time v0.3.47
2026-06-21T03:56:42.0230629Z    Compiling aes v0.8.4
2026-06-21T03:56:42.0360447Z    Compiling fs2 v0.4.3
2026-06-21T03:56:42.1130618Z    Compiling aead v0.5.2
2026-06-21T03:56:42.1481011Z    Compiling http-body-util v0.1.3
2026-06-21T03:56:42.2060711Z    Compiling openssl-probe v0.2.1
2026-06-21T03:56:42.2430756Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T03:56:42.2530602Z    Compiling crossbeam-channel v0.5.15
2026-06-21T03:56:42.3610443Z    Compiling netlink-packet-route v0.29.0
2026-06-21T03:56:42.4560865Z    Compiling blake3 v1.8.5
2026-06-21T03:56:42.4720500Z    Compiling uuid v1.23.2
2026-06-21T03:56:42.6139136Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T03:56:42.6383301Z    Compiling memoffset v0.6.5
2026-06-21T03:56:42.6508121Z    Compiling aes-gcm v0.10.3
2026-06-21T03:56:42.7698756Z    Compiling acto v0.8.2
2026-06-21T03:56:42.8390770Z    Compiling netwatch v0.16.0
2026-06-21T03:56:42.8522068Z    Compiling noq v0.18.0
2026-06-21T03:56:42.9301788Z    Compiling xml-rs v0.8.28
2026-06-21T03:56:42.9560518Z    Compiling lru-slab v0.1.2
2026-06-21T03:56:42.9638064Z    Compiling rustix v1.1.4
2026-06-21T03:56:43.0370629Z    Compiling tagptr v0.2.0
2026-06-21T03:56:43.0643775Z    Compiling identity-hash v0.1.0
2026-06-21T03:56:43.0893477Z    Compiling rustc-hash v2.1.2
2026-06-21T03:56:43.0977662Z    Compiling foldhash v0.2.0
2026-06-21T03:56:43.1770503Z    Compiling synstructure v0.13.2
2026-06-21T03:56:43.1836467Z    Compiling darling_core v0.20.11
2026-06-21T03:56:43.1990649Z    Compiling ref-cast v1.0.25
2026-06-21T03:56:43.2790399Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T03:56:43.3203285Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T03:56:43.4770472Z    Compiling mac-addr v0.3.0
2026-06-21T03:56:43.4998582Z    Compiling thiserror v1.0.69
2026-06-21T03:56:43.5500674Z    Compiling hashbrown v0.16.1
2026-06-21T03:56:43.5843994Z    Compiling serde_derive_internals v0.29.1
2026-06-21T03:56:43.7063818Z    Compiling xmltree v0.10.3
2026-06-21T03:56:43.8662847Z    Compiling netlink-packet-route v0.30.0
2026-06-21T03:56:43.9475761Z    Compiling ioctl-rs v0.1.6
2026-06-21T03:56:44.0330515Z    Compiling errno v0.3.14
2026-06-21T03:56:44.0370359Z    Compiling termios v0.2.2
2026-06-21T03:56:44.1691490Z    Compiling proc-macro-crate v3.5.0
2026-06-21T03:56:44.2040566Z    Compiling serial-core v0.4.0
2026-06-21T03:56:44.3706483Z    Compiling simple-dns v0.9.3
2026-06-21T03:56:44.3768570Z    Compiling aho-corasick v1.1.4
2026-06-21T03:56:44.3817977Z    Compiling constant_time_eq v0.4.2
2026-06-21T03:56:44.5808339Z    Compiling signal-hook v0.3.18
2026-06-21T03:56:44.5914240Z    Compiling resolv-conf v0.7.6
2026-06-21T03:56:44.5950668Z    Compiling sha1_smol v1.0.1
2026-06-21T03:56:44.7150561Z    Compiling toml_write v0.1.2
2026-06-21T03:56:44.7341128Z    Compiling regex-syntax v0.8.10
2026-06-21T03:56:44.7530081Z    Compiling linux-raw-sys v0.12.1
2026-06-21T03:56:44.7710763Z    Compiling simdutf8 v0.1.5
2026-06-21T03:56:44.7956499Z    Compiling smol_str v0.1.24
2026-06-21T03:56:44.8390791Z    Compiling arrayvec v0.7.6
2026-06-21T03:56:44.9457085Z    Compiling arrayref v0.3.9
2026-06-21T03:56:45.0060945Z    Compiling winnow v0.7.15
2026-06-21T03:56:45.0407498Z    Compiling lru v0.16.4
2026-06-21T03:56:45.1004439Z    Compiling serial-unix v0.4.0
2026-06-21T03:56:45.1157814Z    Compiling serde_derive v1.0.228
2026-06-21T03:56:45.1638688Z    Compiling zeroize_derive v1.4.3
2026-06-21T03:56:45.2269406Z    Compiling tokio-macros v2.7.0
2026-06-21T03:56:45.2670382Z    Compiling zerofrom-derive v0.1.7
2026-06-21T03:56:45.3044236Z    Compiling futures-macro v0.3.32
2026-06-21T03:56:45.7507952Z    Compiling zeroize v1.8.2
2026-06-21T03:56:45.8120308Z    Compiling yoke-derive v0.8.2
2026-06-21T03:56:45.9065480Z    Compiling tokio v1.52.3
2026-06-21T03:56:45.9205148Z    Compiling zerovec-derive v0.11.3
2026-06-21T03:56:46.2080762Z    Compiling futures-util v0.3.32
2026-06-21T03:56:46.5274811Z    Compiling displaydoc v0.2.6
2026-06-21T03:56:46.6868248Z    Compiling zerofrom v0.1.8
2026-06-21T03:56:46.8095586Z    Compiling tracing-attributes v0.1.31
2026-06-21T03:56:47.0429602Z    Compiling rustls-pki-types v1.14.1
2026-06-21T03:56:47.0580739Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T03:56:47.0964220Z    Compiling yoke v0.8.3
2026-06-21T03:56:47.3248417Z    Compiling thiserror-impl v2.0.18
2026-06-21T03:56:47.4384308Z    Compiling zerotrie v0.2.4
2026-06-21T03:56:47.4761099Z    Compiling zerovec v0.11.6
2026-06-21T03:56:47.7383935Z    Compiling darling_macro v0.20.11
2026-06-21T03:56:47.8120431Z    Compiling derive_more-impl v2.1.1
2026-06-21T03:56:47.8890926Z    Compiling n0-error-macros v0.1.3
2026-06-21T03:56:48.1100451Z    Compiling darling v0.20.11
2026-06-21T03:56:48.1737122Z    Compiling derive_builder_core v0.20.2
2026-06-21T03:56:48.1860818Z    Compiling spez v0.1.2
2026-06-21T03:56:48.2970503Z    Compiling tinystr v0.8.3
2026-06-21T03:56:48.4750255Z    Compiling potential_utf v0.1.5
2026-06-21T03:56:48.5451019Z    Compiling icu_locale_core v2.2.0
2026-06-21T03:56:48.6710645Z    Compiling icu_collections v2.2.0
2026-06-21T03:56:48.9235999Z    Compiling n0-error v0.1.3
2026-06-21T03:56:49.0570387Z    Compiling der v0.8.0-rc.10
2026-06-21T03:56:49.1009703Z    Compiling pin-project-internal v1.1.13
2026-06-21T03:56:49.3027548Z    Compiling cobs v0.3.0
2026-06-21T03:56:49.4120898Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T03:56:49.5380666Z    Compiling postcard-derive v0.2.2
2026-06-21T03:56:49.7320316Z    Compiling derive_builder_macro v0.20.2
2026-06-21T03:56:49.8701484Z    Compiling icu_provider v2.2.0
2026-06-21T03:56:50.0390593Z    Compiling ed25519-dalek v2.2.0
2026-06-21T03:56:50.0760980Z    Compiling derive_builder v0.20.2
2026-06-21T03:56:50.2221437Z    Compiling futures-executor v0.3.32
2026-06-21T03:56:50.3240356Z    Compiling icu_properties v2.2.0
2026-06-21T03:56:50.3840497Z    Compiling icu_normalizer v2.2.0
2026-06-21T03:56:50.3970625Z    Compiling futures v0.3.32
2026-06-21T03:56:50.5229341Z    Compiling ipnet v2.12.0
2026-06-21T03:56:50.5870191Z    Compiling pin-project v1.1.13
2026-06-21T03:56:50.6701778Z    Compiling spki v0.8.0-rc.4
2026-06-21T03:56:50.6805225Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-21T03:56:50.9259824Z    Compiling prefix-trie v0.8.4
2026-06-21T03:56:51.1700359Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T03:56:51.2900844Z    Compiling once_cell v1.21.4
2026-06-21T03:56:51.3072572Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T03:56:51.3261042Z    Compiling postcard v1.1.3
2026-06-21T03:56:51.3540922Z    Compiling data-encoding-macro v0.1.20
2026-06-21T03:56:51.4077880Z    Compiling rustls-native-certs v0.8.4
2026-06-21T03:56:51.4202952Z    Compiling async-trait v0.1.89
2026-06-21T03:56:51.5130550Z    Compiling tracing-core v0.1.36
2026-06-21T03:56:51.7526940Z    Compiling idna_adapter v1.2.2
2026-06-21T03:56:51.8355194Z    Compiling num_enum_derive v0.7.6
2026-06-21T03:56:51.8770221Z    Compiling idna v1.1.0
2026-06-21T03:56:51.9020745Z    Compiling hashbrown v0.14.5
2026-06-21T03:56:51.9210628Z    Compiling strum_macros v0.28.0
2026-06-21T03:56:52.1626972Z    Compiling tracing v0.1.44
2026-06-21T03:56:52.2891399Z    Compiling tokio-util v0.7.18
2026-06-21T03:56:52.3805455Z    Compiling url v2.5.8
2026-06-21T03:56:52.4250603Z    Compiling derive_more v2.1.1
2026-06-21T03:56:52.5886819Z    Compiling netlink-sys v0.8.8
2026-06-21T03:56:52.6539621Z    Compiling tower v0.5.3
2026-06-21T03:56:52.6880676Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T03:56:52.7888837Z    Compiling enum-assoc v1.3.0
2026-06-21T03:56:52.8537812Z    Compiling hashlink v0.9.1
2026-06-21T03:56:52.8990891Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T03:56:52.9145843Z    Compiling num_enum v0.7.6
2026-06-21T03:56:52.9400973Z    Compiling netdev v0.42.0
2026-06-21T03:56:53.0216560Z    Compiling netlink-proto v0.12.0
2026-06-21T03:56:53.0297876Z    Compiling iroh-relay v0.98.0
2026-06-21T03:56:53.1080632Z    Compiling moka v0.12.15
2026-06-21T03:56:53.1270594Z    Compiling toml_datetime v0.6.11
2026-06-21T03:56:53.1600864Z    Compiling serde_spanned v0.6.9
2026-06-21T03:56:53.2674374Z    Compiling rusqlite v0.32.1
2026-06-21T03:56:53.3021382Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T03:56:53.3320502Z    Compiling iroh-base v0.98.0
2026-06-21T03:56:53.3558659Z    Compiling h2 v0.4.14
2026-06-21T03:56:53.4360758Z    Compiling iroh-metrics v0.38.3
2026-06-21T03:56:53.4670908Z    Compiling tokio-stream v0.1.18
2026-06-21T03:56:53.5048171Z    Compiling n0-watcher v0.6.1
2026-06-21T03:56:53.5803749Z    Compiling tower-http v0.6.11
2026-06-21T03:56:53.7564884Z    Compiling attohttpc v0.30.1
2026-06-21T03:56:53.7851598Z    Compiling thiserror-impl v1.0.69
2026-06-21T03:56:54.1747464Z    Compiling ref-cast-impl v1.0.25
2026-06-21T03:56:54.2740664Z    Compiling toml_edit v0.22.27
2026-06-21T03:56:54.2993185Z    Compiling webpki-roots v1.0.7
2026-06-21T03:56:54.4141199Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-21T03:56:54.4410739Z    Compiling regex-automata v0.4.14
2026-06-21T03:56:54.7153505Z    Compiling schemars_derive v1.2.1
2026-06-21T03:56:54.7479968Z    Compiling strum v0.28.0
2026-06-21T03:56:54.7570394Z    Compiling signal-hook-registry v1.4.8
2026-06-21T03:56:54.8760421Z    Compiling iroh-dns v0.98.0
2026-06-21T03:56:55.1293167Z    Compiling darling_core v0.23.0
2026-06-21T03:56:55.1500425Z    Compiling serde_bytes v0.11.19
2026-06-21T03:56:55.1630368Z    Compiling hmac v0.12.1
2026-06-21T03:56:55.3352771Z    Compiling seize v0.5.1
2026-06-21T03:56:55.3501799Z    Compiling iroh v0.98.2
2026-06-21T03:56:55.4170865Z    Compiling rustix v0.38.44
2026-06-21T03:56:55.5200674Z    Compiling dyn-clone v1.0.20
2026-06-21T03:56:55.6220353Z    Compiling utf8parse v0.2.2
2026-06-21T03:56:55.6791015Z    Compiling cmov v0.5.4
2026-06-21T03:56:55.6970650Z    Compiling pin-utils v0.1.0
2026-06-21T03:56:55.7100889Z    Compiling bitflags v1.3.2
2026-06-21T03:56:55.7687912Z    Compiling nix v0.25.1
2026-06-21T03:56:55.7924918Z    Compiling anstyle-parse v1.0.0
2026-06-21T03:56:55.8325408Z    Compiling papaya v0.2.4
2026-06-21T03:56:55.8908497Z    Compiling filedescriptor v0.8.3
2026-06-21T03:56:55.9648836Z    Compiling ctutils v0.4.2
2026-06-21T03:56:55.9830850Z    Compiling hkdf v0.12.4
2026-06-21T03:56:56.1130400Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T03:56:56.2038469Z    Compiling backon v1.6.0
2026-06-21T03:56:56.2620717Z    Compiling serial v0.4.0
2026-06-21T03:56:56.3330568Z    Compiling linux-raw-sys v0.4.15
2026-06-21T03:56:56.4721937Z    Compiling anstyle v1.0.14
2026-06-21T03:56:56.4860440Z    Compiling foldhash v0.1.5
2026-06-21T03:56:56.5851400Z    Compiling shell-words v1.1.1
2026-06-21T03:56:56.7100444Z    Compiling colorchoice v1.0.5
2026-06-21T03:56:56.7706671Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T03:56:56.7784632Z    Compiling downcast-rs v1.2.1
2026-06-21T03:56:56.7820960Z    Compiling schemars v1.2.1
2026-06-21T03:56:56.8100472Z    Compiling anstyle-query v1.1.5
2026-06-21T03:56:56.8398051Z    Compiling toml v0.8.23
2026-06-21T03:56:56.8481344Z    Compiling instability v0.3.12
2026-06-21T03:56:56.8937682Z    Compiling anstream v1.0.0
2026-06-21T03:56:57.0310477Z    Compiling hashbrown v0.15.5
2026-06-21T03:56:57.3690694Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-21T03:56:57.8560858Z    Compiling regex v1.12.3
2026-06-21T03:56:58.0510636Z    Compiling terminal_size v0.4.4
2026-06-21T03:56:58.0989972Z    Compiling signal-hook-mio v0.2.5
2026-06-21T03:56:58.1420788Z    Compiling spake2 v0.4.0
2026-06-21T03:56:58.2100749Z    Compiling strum_macros v0.26.4
2026-06-21T03:56:58.2490428Z    Compiling sha1 v0.10.6
2026-06-21T03:56:58.2686055Z    Compiling itertools v0.13.0
2026-06-21T03:56:58.4780917Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-21T03:56:58.5393514Z    Compiling castaway v0.2.4
2026-06-21T03:56:58.5580570Z    Compiling indoc v2.0.7
2026-06-21T03:56:58.6518530Z    Compiling unicode-width v0.1.14
2026-06-21T03:56:58.8700790Z    Compiling darling_macro v0.23.0
2026-06-21T03:56:59.0107900Z    Compiling hyper v1.10.1
2026-06-21T03:56:59.0501978Z    Compiling doctest-file v1.1.1
2026-06-21T03:56:59.1431623Z    Compiling clap_lex v1.1.0
2026-06-21T03:56:59.2132924Z    Compiling darling v0.23.0
2026-06-21T03:56:59.2730487Z    Compiling static_assertions v1.1.0
2026-06-21T03:56:59.3460729Z    Compiling compact_str v0.8.2
2026-06-21T03:56:59.4071001Z    Compiling clap_builder v4.6.0
2026-06-21T03:56:59.5940536Z    Compiling interprocess v2.4.2
2026-06-21T03:56:59.6100604Z    Compiling crossterm v0.28.1
2026-06-21T03:56:59.9365520Z    Compiling portable-pty v0.8.1
2026-06-21T03:57:00.1050641Z    Compiling lru v0.12.5
2026-06-21T03:57:00.2340623Z    Compiling clap_derive v4.6.1
2026-06-21T03:57:00.2730648Z    Compiling unicode-truncate v1.1.0
2026-06-21T03:57:00.3040851Z    Compiling cassowary v0.3.0
2026-06-21T03:57:00.3571015Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-21T03:57:00.4437782Z    Compiling unicode-width v0.2.0
2026-06-21T03:57:00.5860953Z    Compiling iana-time-zone v0.1.65
2026-06-21T03:57:00.7113537Z    Compiling strum v0.26.3
2026-06-21T03:57:00.7846527Z    Compiling chrono v0.4.45
2026-06-21T03:57:00.8770680Z    Compiling ratatui v0.29.0
2026-06-21T03:57:00.9851067Z    Compiling nucleo-matcher v0.3.1
2026-06-21T03:57:01.1300850Z    Compiling hyper-util v0.1.20
2026-06-21T03:57:01.1800441Z    Compiling qrcode v0.14.1
2026-06-21T03:57:01.2100716Z    Compiling tempfile v3.27.0
2026-06-21T03:57:01.6371051Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-21T03:57:02.3536570Z    Compiling clap v4.6.1
2026-06-21T03:57:03.2017716Z    Compiling igd-next v0.17.1
2026-06-21T03:57:04.3774729Z    Compiling portmapper v0.16.0
2026-06-21T03:57:08.8882431Z    Compiling rustls-webpki v0.103.13
2026-06-21T03:57:11.2178279Z    Compiling tokio-rustls v0.26.4
2026-06-21T03:57:11.2180991Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T03:57:11.2181332Z    Compiling noq-proto v0.17.0
2026-06-21T03:57:11.3552166Z    Compiling hyper-rustls v0.27.9
2026-06-21T03:57:11.3553000Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T03:57:11.3553444Z    Compiling tokio-websockets v0.13.2
2026-06-21T03:57:11.4977509Z    Compiling reqwest v0.13.4
2026-06-21T03:57:12.4311567Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T03:57:26.4865044Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-21T03:57:27.8618564Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-21T03:57:34.9165367Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-21T03:57:38.6016239Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 02s
2026-06-21T03:57:38.6236618Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-21T03:57:38.6249201Z 
2026-06-21T03:57:38.6249497Z running 1 test
2026-06-21T03:57:44.8086858Z test new_brain_serves_against_old_broker ... ok
2026-06-21T03:57:44.8087235Z 
2026-06-21T03:57:44.8087483Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.18s
2026-06-21T03:57:44.8087831Z 
